home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 4: GNU Archives / Linux Cubed Series 4 - GNU Archives.iso / gnu / glibc-1.09 / glibc-1 / glibc-1.09.1 / sysdeps / unix / sysv / sysv4 / solaris2 / Makefile < prev    next >
Encoding:
Makefile  |  1994-08-16  |  354 b   |  7 lines

  1. # The linker supplied with Solaris looks in the current directory
  2. # before searching others.  Compiling the various programs that come
  3. # along the way (e.g., glue-ctype) will fail because it'll try to link
  4. # with the libc.a being *constructed* in $(objdir).  As a work-around,
  5. # we add this to each native-compile.
  6. BUILD_CFLAGS := $(BUILD_CFLAGS) -L/lib
  7.